View Device Attributes
The view device attributes are a set of flags that modify the behavior of the view device object. Constants for all recognized view device attributes are defined in thegxDeviceAttributes
enumeration:
enum gxDeviceAttributes{ gxDirectDevice = 0x01, /* pixel image must be accessible */ gxRemoteDevice = 0x02, /* pixel image may be on card */ gxInactiveDevice = 0x04 /* device is inactive */ }; typedef long gxDeviceAttribute;The individual view device attributes are described in Table 7-3 on page 7-27.